Skip to content

fix: declare the filter entry point in the extension manifest - #30

Merged
mcanouil merged 1 commit into
mainfrom
fix/filter-entry-point-manifest
Aug 1, 2026
Merged

fix: declare the filter entry point in the extension manifest#30
mcanouil merged 1 commit into
mainfrom
fix/filter-entry-point-manifest

Conversation

@mcanouil

@mcanouil mcanouil commented Aug 1, 2026

Copy link
Copy Markdown
Owner

The extension manifest now registers the filter at pre-quarto, so listing lua-env under filters is enough and the entry point no longer has to be repeated in project or document YAML. The documentation and example.qmd use the short form throughout.

quarto-required moves to >=1.9.38, the first version whose _extension.yml schema accepts a filter entry point. Below it the render fails validation.

Listing `lua-env` under `filters` is now enough. Quarto reads `at:` from
`contributes.filters`, so `pre-quarto` no longer has to be repeated in
project or document YAML, and the documentation drops the long form.

Raise `quarto-required` to >=1.9.38, the first version whose
`_extension.yml` schema accepts a filter entry point. Below it the
render fails validation.
@mcanouil mcanouil added the Type: Bug 🐛 Issues related to bugs, errors, or mistakes label Aug 1, 2026
@mcanouil mcanouil self-assigned this Aug 1, 2026
@mcanouil
mcanouil merged commit 5a182af into main Aug 1, 2026
2 checks passed
@mcanouil
mcanouil deleted the fix/filter-entry-point-manifest branch August 1, 2026 18:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Type: Bug 🐛 Issues related to bugs, errors, or mistakes

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant